vcIfStatement

A statement for if-else conditions.

See in: Overview

Module: vcRobotics2

Parent: vcStatement

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
ConditionvcBoolExpressionPropertyRGets the condition for executing ThenScope.
ElseScopevcScopeRGets the "Else" scope of the statement. Can be None.
ScopeContainervcMultiScopeContainerRGets the associated scope container.
ThenScopevcScopeRGets the "Then" scope of the statement.